home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / ed_int / moonpo22 / mylocale.ini < prev    next >
INI File  |  1994-05-16  |  4KB  |  95 lines

  1. [MoonPo]
  2. ;User customization file for MOONPO
  3. ;This initialization file contains default geographical coordinates
  4. ;and the time zone value of a hypothetical observation site at which cal-
  5. ;culations are desired. It should be placed in your base Windows directory.
  6. ;Typically you should edit it suit your own location to avoid a continuing
  7. ;need to fill in the data during each run.
  8. ;
  9. ;IF ANY SORT OF ERROR IS ENCOUNTERED BY SUNPO AS IT READS THIS FILE, THEN
  10. ;NONE OF THE DATA HEREIN ARE REGARDED AS VALID. IN THAT CASE, A DEFAULT
  11. ;CASE WILL BE ASSIGNED.
  12. ;
  13. ;
  14. ;LEAVE NO SPACES ON EITHER SIDE OF THE=SIGN WHEN YOU EDIT THIS FILE!
  15. ;DO NOT LEAVE SPACES BETWEEN DIGITS EITHER!!! WHILE SOME DATA CHECKING
  16. ;IS DONE, DO NOT RELY ON IT.
  17. ;
  18. ; longdeg is the degree part of your longitude (range 0-180)
  19. longdeg= 80
  20. ; longmin is the "minutes" part of your longitude (range 0-60)
  21. longmin=27
  22. ; longew is E for East longitudes, W for West longitudes
  23. longew=W
  24. ;
  25. ; latdeg  is the degree part of your latitude (range 0-90)
  26. latdeg=43
  27. ; latmin is the "minutes" part of your longitude (range 0-60)
  28. latmin=41
  29. ; latns should=N for north latitudes and S for south latitudes
  30. latns=N
  31. ;
  32. ; consult MOONPO.DOC for help in determining your time zone;
  33. ; If you entered an East longitude, then your timzon is positive;
  34. ; If you entered a  West longitude, then your timzon is negative.
  35. timzon= -5
  36. ;
  37. ; ******** DO NOT SKIP OVER READING THE FOLLOWING INFORMATION **********
  38. ;
  39. ;If you know your time zone (as an integer) enter it  after the "TIMZON="
  40. ;
  41. ;If you leave TIMZON blank or set it to any integer smaller than or equal
  42. ;to -25, then the TIMZON value WILL BE CALCULATED from your longitude via
  43. ;the formula:
  44. ;
  45. ;   TIMZON=nearest integer (rounded down) value of (longitude/15.0).
  46. ;
  47. ;"East" longitudes are positive and the above calculated TIMZON value will
  48. ;be increased by +1.
  49. ;"West" longitudes are negative in the formula and give negative (or zero)
  50. ;values for TIMZON.
  51. ;
  52. ;  The following data are used only by REGISTERED MoonPo versions:
  53. ;
  54. year=1994
  55. month= 5
  56. day=14
  57. ;
  58. ; data controlling start, stop and increment for calculations
  59. ; these are in your local STANDARD time... don't use daylight time
  60. ;
  61. ; starthr is the hour (always even) for first calculation time(1 or 2 digits)
  62. starthr= 5
  63. ; stophr is the time for last entry in table(1 or 2 digits)
  64. stophr=21
  65. ; incrmt is time between calculated points measured in MINUTES!!!
  66. incrmt=30
  67. ;
  68. ; data pertaining to graphs:
  69. ; graph sizes MAY BE PRINTER DEPENDENT!
  70. ; with xoffset=yoffset=0, and xmult=ymult=1.0 , my graph has lower
  71. ; left corner located about 13mm from lefthand edge of paper and
  72. ; 56 mm up from bottom of paper. The top left corner is 13 from left
  73. ; edge of paper and 63 mm from top of page.  Width is about 183 mm.
  74. ; You may have to play around with these!
  75. ;
  76. ; xoffset is amount to off set x-axis on graph page in millimeters
  77. xoffset=  50.00
  78. ; yoffset is amount to off set y-axis on graph page in millimeters
  79. yoffset=  75.00
  80. ; xmult is x-axis scaling factor (1.0 max)
  81. xmult=  0.50
  82. ; ymult is y-axis scaling factor (1.0 max)
  83. ymult=  0.50
  84.  
  85. ; ATMODEL is not used by MoonPo
  86. [sunpo]
  87. ATMODEL=1
  88. ;
  89. ;Atmospheric model ID values are: 1=tropical, 2=midlatitude summer,
  90. ;3=midlatitude summer, 4= subarctic summer, 5=subarctic winter,
  91. ;0=no model-> all fluxes will be set to zero.
  92. ;rough ideas: latitude < 15 deg, use atmodel=1;
  93. ;             15 deg < latitude < 55, use models 2 or 3
  94. ;             latitude > 55 use models 4 or 5
  95.